home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00548_Script_548 < prev    next >
Text File  |  1995-05-21  |  430b  |  18 lines

  1. on mouseDown
  2.   put "PLAYBTN" into f
  3.   put "PLAYBTNHL" into fHL
  4.   hiliter 21, f, fHL
  5. end 
  6.  
  7.  
  8.  
  9. on mouseUp
  10.   global gTheDay 
  11.   WhatDayIsIt
  12.   set the castNum of sprite 21 = cast "PLAYBTNHL"
  13.   updatestage
  14.   put the movietime of sprite 48 into scratchBackwards
  15.   set the movietime of sprite 48 to scratchBackwards + 5
  16.   set the movierate of sprite 48 to 0
  17.   set the text of cast "readOut" to string(scratchBackwards)
  18. end